home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / text / tex / mma2ltx121.lha / mma2ltx / README < prev    next >
Text File  |  1995-05-17  |  4KB  |  103 lines

  1. -------------
  2. MMA2LTX v1.21
  3. -------------
  4.  
  5.  
  6. Introduction
  7. ------------
  8. MMA2LTX is a program which allows to Mathematica user to
  9. include the graphics produced by Mathematica in a LaTeX document
  10. using own LaTeX fonts and symbols.
  11.  
  12. To obtain the manual print the PostScript file ``mma2ltx.ps''
  13. or ``mma2ltx6.ps''.
  14.  
  15.  
  16. Distribution Files
  17. ------------------
  18. This archive contains the following files:
  19.  
  20. msdos/mma2ltx.exe  Binary executable for MS/DOS
  21. msdos/extpro.exe   Binary executable for MS/DOS
  22. amiga/mma2ltx      Binary executable for the Amiga
  23. amiga/extpro       Binary executable for the Amiga
  24. mma2ltx.c          C source of mma2ltx
  25. extpro.c           C source of extpro
  26. mmatext.sty        LaTeX macros file
  27. texmma22.lpro      Mathematica v2.2 PostScript prologue file
  28. texmma22.pro       Squeezed version of `texmma22.lpro'
  29. mmawhite.eps       A PostScript file needed to  mmatext.sty
  30. Makefile           A Unix Makefile
  31. makefile.ami       Makefile for the Amiga
  32. makefile.msc       Makefile for MS/DOS
  33. doc/mma2ltx.dvi    Documentation of mma2ltx (DVI form)
  34. doc/mma2ltx.ps     Documentation of mma2ltx (PostScript form at 300 dpi)
  35. doc/mma2ltx6.ps    Documentation of mma2ltx (PostScript form at 600 dpi)
  36. doc/6mag.eps       Mma2ltx EPSF file (needed to `mma2ltx.dvi')
  37. doc/12mag.eps      Mma2ltx EPSF file (needed to `mma2ltx.dvi')
  38. doc/12mag_3d.eps   Mma2ltx EPSF file (needed to `mma2ltx.dvi')
  39. doc/optc.eps       Mma2ltx EPSF file (needed to `mma2ltx.dvi')
  40. mysample.tex       A sample file
  41. mypic.ps           A sample picture created by \Mathematica
  42. mypic.tex          The file  mypic.ps as processed by mma2ltx
  43. mypic.eps          The file  mypic.ps as processed by mma2ltx
  44. README             This file.
  45.  
  46.  
  47. Distribution/Disclaimer
  48. -----------------------
  49. MMA2LTX is SHAREWARE. If you find it useful (or continue using it longer
  50. than a week) please consider paying a fee to the author (see section
  51. 4 [Distribution/Disclaimer] and 14 [Author info] of the documentation
  52. for further info).
  53.  
  54. MMA2LTX is Copyright (C) 1994, 1995 by Giuseppe Ghibo`.
  55.  
  56. THIS SOFTWARE IS PROVIDED "AS IS" WITH NO EXPLICIT OR IMPLICIT
  57. WARRANTY OF ANY KIND. YOU ARE USING IT AT YOUR OWN RISK.
  58.  
  59. THE AUTHOR DISCLAIMS ANY LIABILITY FOR DAMAGES, INCLUDING ANY DIRECT,
  60. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING
  61. IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  62. POSSIBILITY OF SUCH DAMAGE.
  63.  
  64. This software may be freely distributed and copied as long as
  65. the following conditions are acknowledged:
  66.  
  67.  - All parts of the program and the documentation must be left intact
  68.    in any ways.
  69.  - The distribution of single parts is not allowed. The repacking of
  70.    this distribution with other packers/archivers is, however,
  71.    allowed.
  72.  
  73.  
  74. Author info
  75. -----------
  76. If you have some questions, suggestions, comments, bug report or enhancement
  77. requests, please feel free to contact me at <ghibo@galileo.polito.it>.
  78.  
  79.  
  80. History
  81. -------
  82.  
  83. version 1.21:
  84.  
  85.          - Possibility to use newer prologue files from \Mathematica.
  86.          - Added support for multiple -c options.
  87.          - Added option -e.
  88.          - Fixed a bug in the function strtolwr().
  89.  
  90. version 1.2:
  91.         
  92.         - Added support to obtain non-transfparent objects. Now ojects
  93.           (strings, pictures, ..., can be placed to overlap the background
  94.           graphic, i.e. as if they were dull.
  95.  
  96.         - Added PostScript documentation for 600 printers.
  97.  
  98.         - Added binary executable for the Amiga.
  99.  
  100. version 1.1:
  101.  
  102.         - First public release.
  103.